PDF Plugin for Xojo

Page.CreateTextAnnotation Method (console safe)

Creates a text annotation.

CreateTextAnnotation(
   annotationText as String,
   left as Single,
   top as Single,
   right as Single,
   bottom as Single) as TextAnnotation

Parameters

annotationText
The text to put in the popup bubble of the annotation.
left
Left coordinate of the annotation.
top
Top coordinate of the annotation. Bottom coordinate of the annotation.
right
Right coordinate of the annotation.
bottom
Bottom coordinate of the annotation. Remember in PDF then y starts from bottom.

Returns

TextAnnotation
The new text annotation.

Remarks

See Also

Page Class